home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Software Contest 3
/
FM Towns Software Contest 3.iso
/
exp
/
video_t
/
no1
/
c_sorse
/
help.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-07
|
4KB
|
164 lines
#include <stdio.h>
#include <stdlib.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>
extern int Dialog_help23 ;
extern int Text_help23 ;
extern int ScrollBar_help ;
extern int scroll_help() ;
extern int Message_help ;
extern int DButton_help2 ;
extern int help_on() ;
extern int _001Message_help ;
extern int _001DButton_help2 ;
extern int h_fail() ;
extern int _002Message_help ;
#define ALIGN 4
#define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
/* MMI_init 用データ */
/* ヘッダ */
MMIINIT initDataHELP = { "MmiInit", 8, 0 } ;
/* Dialog_help23 */
static MMIPACKET d001 = { &Dialog_help23,
NULL,
&MJ_DIALOGL40,
OFFSET(DIALOGL40),
0
} ;
static DIALOGL40 d001d = { MS_BTLEFTL40 | MS_EVMOSONL40 | MS_FIXEDL40,
8, 25, 414, 266, 0,13, 0,
MS_SRECTL40,
NULL, 101, 106
} ;
/* Text_help23 */
static MMIPACKET d002 = { &Text_help23,
&Dialog_help23,
&MJ_TEXTL40,
OFFSET(TEXTL40),
0
} ;
static TEXTL40 d002d = { MS_BTLEFTL40 | MS_EVMOSONL40 | MS_EVKEYONL40,
9, 44, 398, 263, 0, 0,15,
MS_NONEL40,
0,
0, 0, 0, 0,
0, 0, 0, 0, 0,
-1, 0, 0,
0, 0, 0, 0,
0,
0, 0, 0, 0,
1, 12, 12, 0, 0,
0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,
4
} ;
/* ScrollBar_help */
static MMIPACKET d003 = { &ScrollBar_help,
&Dialog_help23,
&MJ_SCRLL40,
OFFSET(SCRLL40),
0
} ;
static SCRLL40 d003d = { MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40,
400, 45, 411, 263, 0,15, 7,
MS_PANELL40 | MS_UFRAMEL40 | MS_FRAMEL40,
scroll_help,
0, 0,9255, 16, 16,
281, 282
} ;
/* Message_help */
static MMIPACKET d004 = { &Message_help,
&Dialog_help23,
&MJ_MSGL40,
OFFSET(MSGL40),
0
} ;
static MSGL40 d004d = { MS_CENTERL40 | MS_DSPONLYL40,
21, 27, 253, 42, 0,15, 9,
MS_NONEL40,
"Videoテロッパーの説明",
2, 16, 16,
MS_NONEL40,
0, 0
} ;
/* DButton_help2 */
static MMIPACKET d005 = { &DButton_help2,
&Dialog_help23,
&MJ_DBUTTONL40,
OFFSET(DBUTTONL40),
0
} ;
static DBUTTONL40 d005d = { MS_BTLEFTL40 | MS_EVKEYONL40 | MS_EVMOSOFFL40,
338, 26, 403, 42, 0, 9, 0,
MS_SRECTL40 | MS_UFRAMEL40 | MS_FRAMEL40,
help_on,
0x0000
} ;
/* _001Message_help */
static MMIPACKET d006 = { &_001Message_help,
&Dialog_help23,
&MJ_MSGL40,
OFFSET(MSGL40),
0
} ;
static MSGL40 d006d = { MS_CENTERL40 | MS_DSPONLYL40,
341, 28, 400, 39, 0,15,14,
MS_NONEL40,
"説明消す",
1, 12, 12,
MS_NONEL40,
0, 0
} ;
/* _001DButton_help2 */
static MMIPACKET d007 = { &_001DButton_help2,
&Dialog_help23,
&MJ_DBUTTONL40,
OFFSET(DBUTTONL40),
0
} ;
static DBUTTONL40 d007d = { MS_BTLEFTL40 | MS_EVKEYONL40 | MS_EVMOSOFFL40,
258, 26, 323, 42, 0,10, 0,
MS_SRECTL40 | MS_UFRAMEL40 | MS_FRAMEL40,
h_fail,
0x0000
} ;
/* _002Message_help */
static MMIPACKET d008 = { &_002Message_help,
&Dialog_help23,
&MJ_MSGL40,
OFFSET(MSGL40),
0
} ;
static MSGL40 d008d = { MS_CENTERL40 | MS_DSPONLYL40,
261, 28, 320, 39, 0,15,14,
MS_NONEL40,
"ファイル",
1, 12, 12,
MS_NONEL40,
0, 0
} ;